Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22311 | GEN000950 | SV-26357r1_rule | ECSC-1 | Medium |
Description |
---|
The library preload list environment variable contains a list of libraries for the dynamic linker to load before loading the libraries required by the binary. If this list contains paths to libraries relative to the current working directory, unintended libraries may be preloaded. This variable is formatted as a space-separated list of libraries. Paths starting with (/) are absolute paths. |
STIG | Date |
---|---|
SOLARIS 9 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2015-10-01 |
Check Text ( C-27460r1_chk ) |
---|
Verify the LD_PRELOAD environment variable is empty or not defined for the root user. # echo $LD_PRELOAD If a path list is returned, this is a finding. |
Fix Text (F-23540r1_fix) |
---|
Edit the root user initialization files and remove any definition of LD_PRELOAD. |